Welcome![Sign In][Sign Up]
Location:
Search - student information system in java

Search list

[JSP/Javaydm

Description: java EE案例开发,三大框架整合,精通JAVA EE项目案例-基于ECLIPSE SPRING STRUTS HIBERNATE-java EE,JAVA EE project master case- based on the ECLIPSE SPRING STRUTS HIBERNATE" the source, including online shopping system, bulletin management system, online bookstore, BBS systems, information release platform for curriculum and student achievement management system, system customization , on-line document management system, air ticketing system. Examples of the book in the latest version of the Eclipse developed using JSP, Servlet, Struts, Hibernate, Spring and Ajax and other technologies, including a number of important design concepts.
Platform: | Size: 14523392 | Author: xiaoyu | Hits:

[JSP/Javaexam

Description: java综合性实验,学生分析系统,实现的功能: (1)基本数据输入:程序提供界面能够见谅并输入班级,学生和课程的信息。 (2) 考试成绩输入:程序提供界面,指定班级,课程后,输入该班级所有学生的该课程的考试成绩。 (3) 成绩查询:输入学号和课程后,能够显示该学生的考试成绩。 (4) 成绩分析:指定班级和课程后,对该班的该课程进行以下3个方面的分析: O 分数分析:最高分,最低分,平均分 O 分数段分析:分别统计0—59,60—69,70—79,80—89,90—100的学生人数和所占的百分比。 O 图形分析:生成如下的图形-java experiment, basic data entry of students to analyze the system functions: (1): The program provides the interface to be able to forgive and enter the classroom, students and course information. (2) test scores input: the program provides an interface to specify the class, course, enter the test scores of all students in the class of the course. (3) results Query: Enter the student number and course, be able to display the students' test scores. (4) results analysis: specify the classes and courses, the course of the class the following three aspects of analysis: the fraction of O: the highest score, lowest score, the average O scores for segment analysis: The statistical 0-59,60-69,70-79,80-89,90-100 the number of students and percentage. O graphical analysis: to generate the following graphics
Platform: | Size: 73728 | Author: 何锦成 | Hits:

[JSP/JavaLibrary-Management-System

Description: 这是针对高等学府设计的一款图书馆管理系统,用户可以通过输入用户名及登录密码使用该系统,该系统拥有:浏览读者账户信息、浏览图书查询记录、增加删除及修改图书信息、通过输入网址使用网络信息帮助、读取java文件帮助信息。图书信息包括(编号、书名、出版社、出版日期),用户信息包括(学号、姓名、年龄、出生日期)。- It is aimed at institutions of higher education designed for a library management system, users can log in by entering a user name and password to use the system, the system has: View reader account information, browse books query log, add delete, and modify library information, by entering URL using the network information to help, read the help information java files. Book information includes (number, title, publisher, date of publication), user information, including (Student ID, name, age, date of birth).
Platform: | Size: 4096 | Author: LEAOKING | Hits:

[JSP/JavaTest

Description: 这是用Java编写的一个学生信息管理系统, 拥有删除,添加,修改等功能。-It is written in Java, a student information management system, has a delete, add, modify, and other functions.
Platform: | Size: 1024 | Author: Kit | Hits:

[JSP/Javags2

Description: 用java编写的grade system,用户可以手动输入记录或者提供.csv的文件导入数据用户可以检索课程或者学生的记录 -Write a program that maintains a "database" of names and scores of students. A student has a name consists of several words and records of scores of varies courses. Each record has a name of the course and the marks the student gets. User can input or import information and scores for students and retrieve them later. To input a score, the user may key in the name of the student, the name of the course and the marks. Your program then try to find the student in the database and add or replace the score for the course. If the student can not be found in the database, a new student should be created and be put into the database. If the course can not be found in the records of the student, a new record for the course should be created, otherwise, the score should be replaced by the newly inputed one. The user can provide name of a .CSV file which contains records of students information to import the data into the database. The columns in the .CSV files are: name, course name,
Platform: | Size: 8192 | Author: 于乐全 | Hits:

[androidAndroid

Description: 在Eclipse开发环境下,运用java语言和android 的sdk 开发一款可以实现备忘功能的软件。本软件除了即时文本信息的传输显示外,还可以进行简单数据的处理,并有定时提醒功能。并且该系统在Android模拟器上运行,取得了很好的运行效果。 -Abstract:With Smart Phones have walked into ordinary people’s life, it is becoming the main equipment of people access to information, this reflect the most obvious in the student group. What’s more, Smart Phone is the most convenient and the most efficient way for they to get information. Therefore, the applications of convenient service of mobile phone will have very big developable space, Memorandum under Android is a kind among them. In the Android system’s memorandum of software, users can be very convenient inquires the event memo, for work, travel, life food scraps provides finishing record function and so on. In addition, Android platform is basically free, so the cost of the software can be effectively reduced, and finally make each user freely get information, also for the popularity of the memorandum application to make the contribution.
Platform: | Size: 673792 | Author: 叶鹏 | Hits:

[JSP/JavaGrading-System

Description: java第三次作业程序,读取数据文件(csv/excel),里面是学生成绩数据 详见英文说明-Write a program that maintains a "database" of names and scores of students. A student has a name consists of several words and records of scores of varies courses. Each record has a name of the course and the marks the student gets. User can input or import information and scores for students and retrieve them later. To input a score, the user may key in the name of the student, the name of the course and the marks. Your program then try to find the student in the database and add or replace the score for the course. If the student can not be found in the database, a new student should be created and be put into the database. If the course can not be found in the records of the student, a new record for the course should be created, otherwise, the score should be replaced by the newly inputed one. The user can provide name of a .CSV file which contains records of students information to import the data into the database. The columns in the .CSV files are: name, course name,
Platform: | Size: 5049344 | Author: 叶程序 | Hits:

[JSP/Javademo

Description: 1、要求利用面向对象的方法以及Java的编程思想来完成系统的设计; 2、要求在设计的过程中,建立清晰的类层次; 3、在系统设计中要分析和定义各个类,每个类中要有各自的属性和方法; 4、在系统的设计中,要求运用面向对象的机制(继承、派生及多态性)来实现系统功能。 5、在基本要求达到后,可进行创新设计,如根据查找结果进行修改的功能及设计出比较友好的界面等。 6、系统能完成以下功能: (1)系统以菜单方式工作; (2)录入信息用文件保存; (3)能建立、修改和增删学生通讯录; (4)能够按多种方式进行查询; (5)具有统计输出功能。 -1, requires the use of object-oriented Java programming methods and ideas to complete the design of the system 2, requiring the design process, establish a clear hierarchy of classes 3, in the system design to analyze and define the various classes, each class the properties and methods have their own 4, in the design of the system, requiring the use of object-oriented mechanism (inheritance, and polymorphism derived) to implement the system function. 5, after the basic requirements to achieve, can be innovative designs, such as the modification of the search results based on function and design a more friendly interface. 6, the system can perform the following functions: (1) the menu system to work the way (2) entry information stored with the file (3) to establish, modify, and add or delete student directory (4) can be queried by a variety of ways (5) has a statistical output.
Platform: | Size: 2048 | Author: 邱健则 | Hits:

[JSP/Javawuliu

Description: 物流系统,用户的注册登陆,购物车功能,实现物品的出库入库,库存的管理,以及货物的运输 [wuliu.rar] - 本系统主要构建一个网上物流平台,以让物流的物资准时,准确,无误的送达目的地。而在后台实现公司管理物流信息,以备货物无误差的配送,让顾客无忧的接收货物。 本系统实现前台实现公司方面的信息发布等,后台实现客户上门的需求录入,以及仓储的信息配送等功能。 [javaDATABASE.rar] - JAVA数据库系统项目开发实践,包括了酒店信息管理系统、电子书店管理系统、办公自动化、会员管理、物流管理、学生信息管理系统的开发。-Logistics systems, registered users login, shopping cart functions to achieve the objects library storage, inventory management, and transportation of goods [wuliu.rar]- The system to build an online logistics platform, to allow the logistics of supplies on time, accurate, correct destination. In the background to achieve logistics information management, to prepare error-free delivery of goods, so that customers worry-free reception of the goods. Implementation of the system to achieve the reception of information publishing company, customers come back to realize the needs of entry, as well as information warehousing and distribution functions. [JavaDATABASE.rar]- JAVA database system project development practice, including hotel information management system, the development of electronic bookstore management systems, office automation, membership management, logistics management, student information management system.
Platform: | Size: 1442816 | Author: 刘斌 | Hits:

[JSP/JavaSchool_final

Description: 采用java写的学生信息管理系统,可以实现学生信息的添加,删除,修改和查找,数据库采用sql Server 2008 -The student information management system written in Java, student information can add, delete, modify and search the using SQL Server 2008
Platform: | Size: 20480 | Author: 李吉 | Hits:

[GUI Develophus360

Description: JAVA编写的一个信息管理系统,学生信息管理系统-Written in JAVA a information management system, student information management system
Platform: | Size: 531456 | Author: Ezijudpb | Hits:

[Otherwee-ponymorphism

Description: JAVA编写的一个信息管理系统,学生信息管理系统-Written in JAVA a information management system, student information management system
Platform: | Size: 241664 | Author: Coraef | Hits:

[JSP/Java61300222

Description: JAVA编写的一个信息管理系统,学生信息管理系统-Written in JAVA a information management system, student information management system
Platform: | Size: 241664 | Author: ddyglgz | Hits:

[Otherhfufoz9

Description: JAVA编写的一个信息管理系统,学生信息管理系统-Written in JAVA a information management system, student information management system
Platform: | Size: 241664 | Author: Patriqia | Hits:

[Windows Developsyftemmanagement

Description: JAVA编写的一个信息管理系统,学生信息管理系统-Written in JAVA a information management system, student information management system
Platform: | Size: 242688 | Author: setropclsjan | Hits:

[JSP/JavaselectCourse

Description: 该系统的功能需求主要包括学生对功能的需求和系统管理员对功能的需求以及教师对功能的需求三个部分。其中,学生模块包含学生登录信息验证、选课子系统、个人信息修改、查询子系统四个部分,学生在该系统可进行选课、退选、查看个人课表和选课查询等;教师模块是教师面向的应用程序,教师可以提交授课申请、查询选课信息、查询个人课表等;管理员模块是管理员对课程进行添加、修改、删除,对学生和教师进行添加、删除等。(The functional requirements of the system include three parts: the needs of the students, the needs of the system administrators, and the needs of the teachers. The student module includes student login information verification, elective system, modify personal information, query subsystem of four parts, of course, students can withdraw from the election, see personal schedule and elective query in the system; the teacher module is the application for teachers, teachers can submit application, query information, course teaching query personal schedule; administrator module is the administrator to add, modify, delete courses for students and teachers, add and delete etc..)
Platform: | Size: 19523584 | Author: fring | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net